home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
360 Degrees of: Lechuguilla Cave
/
360 Degrees of: Lechuguilla Cave.iso
/
pc
/
data
/
vr.cst
/
00004_loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2006-08-06
|
285 b
|
18 lines
on enterFrame
sprite(2).member.camera(1).rotate(0,.1,0)
end
on exitFrame me
global demotimer
--show the store display if it has been idle too long
--10800 ticks equals 3 minutes
if the ticks > demotimer+17800 then
go to "quit"
end if
go to the frame
end